projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46e316d
)
nt/configure.bat: Fix condition for copying paths.h into ../src/epaths.h.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 29 Sep 2010 13:58:11 +0000
(15:58 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 29 Sep 2010 13:58:11 +0000
(15:58 +0200)
nt/ChangeLog
patch
|
blob
|
history
nt/configure.bat
patch
|
blob
|
history
diff --git
a/nt/ChangeLog
b/nt/ChangeLog
index fd5f3f85a178dbd3387c91c7cd785b653b6d23f0..08d53e4c50b672bab7e9414a4279cea609993d37 100644
(file)
--- a/
nt/ChangeLog
+++ b/
nt/ChangeLog
@@
-1,3
+1,8
@@
+2010-09-29 Eli Zaretskii <eliz@gnu.org>
+
+ * configure.bat: Fix the condition for copying paths.h into
+ ../src/epaths.h.
+
2010-09-28 Juanma Barranquero <lekktu@gmail.com>
* addpm.c (entry, add_registry, main):
diff --git
a/nt/configure.bat
b/nt/configure.bat
index 4866c9fcad5532617ba33e062b585bd94d237f76..4da259276738288496630f5b68b938a871b8cb94 100755
(executable)
--- a/
nt/configure.bat
+++ b/
nt/configure.bat
@@
-669,7
+669,7
@@
if not errorlevel 2 goto doCopy
fc /b config.tmp ..\src\config.h >nul 2>&1
\r
if errorlevel 1 goto doCopy
\r
fc /b paths.h ..\src\epaths.h >nul 2>&1
\r
-if
errorlevel 0
goto dontCopy
\r
+if
not errorlevel 1
goto dontCopy
\r
\r
:doCopy
\r
copy config.tmp ..\src\config.h
\r